From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:41:31 +0000 (+0000) Subject: (apropos-synonyms): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~32292 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5e24ee14f1fb0e9873a557dd359a9a61102b9899;p=emacs.git (apropos-synonyms): Fix typo in docstring. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index cbe571f8fec..0e243415141 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -171,7 +171,7 @@ If value is `verbose', the computed score is shown for each match." ("yank" "paste") ("region" "selection")) "List of synonyms known by apropos. -Each element is a list of words where the first word is the standard emacs +Each element is a list of words where the first word is the standard Emacs term, and the rest of the words are alternative terms.")